home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Comm / tcp / AmiDiction.lha / AmiDiction / AmiDiction.script < prev    next >
Text File  |  2004-02-28  |  573b  |  18 lines

  1.  
  2. ; $VER: AmiDiction.script 1.0.1  (C) 2003-2004  by LOMBI ;)
  3. ;
  4. ; If you have installed boing bug 2, please make sure you install the
  5. ; "ShellUpdate.lha" found on the aminet for full compatability with amiga
  6. ; shell scripts. Thanks for stuffing up Amiga OS H&P.
  7.  
  8.  
  9.  
  10. echo "c*N This is a demo script for AmiDiction*N"
  11. RequestString >env:word " AmiDiction demo script." "Enter the word you want to look up."
  12. if not warn
  13.    AmiDiction $word t:AmiDiction_temp.def
  14.    sys:utilities/multiview >nil: t:AmiDiction_temp.def
  15.    wait 2
  16. endif
  17. delete >nil: t:AmiDiction_temp.def env:word
  18.